home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / public_other < prev    next >
Encoding:
Text File  |  2001-03-21  |  437 b   |  17 lines

  1. Synopsis:
  2.    on [<modes>]public_other [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client observes a message sent to
  6.    any channel it is on that isn't its current channel, from someone else
  7.    on that channel.
  8.  
  9. Parameters:
  10.    $0    nickname sending message
  11.    $1    channel sent to
  12.    $2-   text of message
  13.  
  14. See Also:
  15.    msg(1); on(5) public, public_msg, public_notice
  16.  
  17.